home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 53
/
Volume 53 - JOGO DISK .iso
/
Games
/
doll_maker_1.swf
/
scripts
/
DefineSprite_340
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-26
|
640b
|
33 lines
stop();
bt_sound = new sound();
bt_sound.attachSound("bt");
this.onPress = function()
{
bt_sound.start();
_root.v_mc.gotoAndStop(115);
gotoAndStop(2);
};
this.onRelease = function()
{
gotoAndStop(1);
if(_root.sel == "11-5")
{
_root.sel = "11-0";
_root.cur_mc.gotoAndStop(1);
_root.he1_mc.gotoAndStop(1);
_root.he2_mc.gotoAndStop(1);
}
else
{
_root.sel = "11-5";
_root.cur_mc.gotoAndStop(1);
_root.he1_mc.gotoAndStop(6);
_root.he2_mc.gotoAndStop(6);
}
Mouse.show();
};
this.onReleaseOutside = function()
{
gotoAndStop(1);
};